home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2006 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.compuserve.com!newsmaster
  2. From: <>
  3. Newsgroups: comp.lang.c
  4. Subject: GNU CC
  5. Date: 18 Jan 1996 10:41:47 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4dl85b$1he@dub-news-svc-3.compuserve.com>
  8. NNTP-Posting-Host: hd36-139.compuserve.com
  9.  
  10. I've recently downloaded the GNU CC from ftp://prep.ai.mit.edu/pub/gnu
  11. Now I've been trying to compile it on my Siemens-Nixdorf Rm600
  12. which is a mips, svr4 system, and GNU CC's configure utility detects this correctly
  13. However make will result in a fatal error:
  14. last output from make:
  15.   cc -Olimit 3000 -O1 -g  -o mips-tfile mips-tfile.o version.o obstack.o `
  16.  case "cc -Olimit 3000 -O1" in "cc -Olimit 3000 -O1") echo "alloca.o" ;; esac ` 
  17.  -L/usr/lib/cmplrs/cc2.11 -L/usr/lib/cmplrs/cc3.11 -lmld                        
  18. Undefined                       first referenced                                
  19.  symbol                             in file                                     
  20. sys_siglist                         mips-tfile.o                                
  21. ld: mips-tfile: fatal error: Symbol referencing errors. No output written to mip
  22. s-tfile                                                                         
  23. make: *** Error code 1                                                          
  24.                                                                                 
  25. make: Fatal error.                                                              
  26. --------------
  27. How do I correct this error ?
  28.